projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbebe97
)
gtk_tree_model_iter_next's iter is (in), not (inout)
author
Tomeu Vizoso
<tomeu.vizoso@collabora.co.uk>
Tue, 17 Aug 2010 15:42:50 +0000
(17:42 +0200)
committer
Tomeu Vizoso
<tomeu.vizoso@collabora.co.uk>
Tue, 17 Aug 2010 15:43:04 +0000
(17:43 +0200)
gtk/gtktreemodel.c
patch
|
blob
|
history
diff --git
a/gtk/gtktreemodel.c
b/gtk/gtktreemodel.c
index b38d592bb9e2f27eab28229002106eda84bdfc16..8782c631a3e1d0f9d0031055890a3673b7791639 100644
(file)
--- a/
gtk/gtktreemodel.c
+++ b/
gtk/gtktreemodel.c
@@
-1174,7
+1174,7
@@
gtk_tree_model_get_value (GtkTreeModel *tree_model,
/**
* gtk_tree_model_iter_next:
* @tree_model: A #GtkTreeModel.
- * @iter: (in
out
): The #GtkTreeIter.
+ * @iter: (in): The #GtkTreeIter.
*
* Sets @iter to point to the node following it at the current level. If there
* is no next @iter, %FALSE is returned and @iter is set to be invalid.